The line goes at the bottom of the Engine|GameEngine section
 of C:/UnrealTournament/System/UnrealTournament.ini (or wherever UT is).
 The line is:


ServerActors=PureINTLog.INTLogger
ServerActors=PurePkgLog.PackageLogger
ServerPackages=PureStat7G
ServerActors=PureStat7G.PureStat
ServerPackages=UTPureRC7G
ServerActors=UTPureRC7G.UTPureSA
ServerPackages=VAHandler7G






Find the section labeled [Engine.GameEngine].  This section contains all of the server actors and packages for UT.  You will need to make 2 changes and they can be anywhere within this section.  Add this line:

ServerPackages=VAHandler7G


Now open up the UTPureRC7G.int. Comment (insert ; in front of) ALL playerpacks (VA is not compatible with any others). And uncomment:

PlayerPacks[0]=VA

Once you have made these 2 changes, VA is ready to go.

